home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / demos / music / jumpcut.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1995-08-11  |  158 b   |  11 lines

  1. on exitFrame
  2.   global exitYet
  3.   if exitYet = 1 then
  4.     go("exit")
  5.   end if
  6.   if exitYet = 0 then
  7.     set exitYet to 1
  8.     go(1, "MSCENTRL.DIR")
  9.   end if
  10. end
  11.